mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
4c8bd7b47a
commit
24fdbbeb1b
|
@ -187,7 +187,7 @@ async def run_agent(
|
|||
elif "gpt-4" in model_name.lower():
|
||||
max_tokens = 4096
|
||||
|
||||
model_name = "open123router/nvidia/llama-3.1-nemotron-ultra-253b-v1:free"
|
||||
# model_name = "openrouter/nvidia/llama-3.1-nemotron-ultra-253b-v1:free"
|
||||
|
||||
response = await thread_manager.run_thread(
|
||||
thread_id=thread_id,
|
||||
|
|
|
@ -157,5 +157,5 @@ if __name__ == "__main__":
|
|||
host="0.0.0.0",
|
||||
port=8000,
|
||||
workers=workers,
|
||||
reload=True
|
||||
# reload=True
|
||||
)
|
Loading…
Reference in New Issue