mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-17 16:41:05 +02:00
fix bug
This commit is contained in:
parent
b56f1bfedd
commit
4370060802
3 changed files with 6 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ class CollectLinks(Action):
|
|||
if len(remove) == 0:
|
||||
break
|
||||
|
||||
model_name = config.get_openai_llm().model
|
||||
model_name = config.model
|
||||
prompt = reduce_message_length(gen_msg(), model_name, system_text, 4096)
|
||||
logger.debug(prompt)
|
||||
queries = await self._aask(prompt, [system_text])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue