This commit is contained in:
marko-kraemer 2025-05-09 04:16:31 +02:00
parent 4c8bd7b47a
commit 24fdbbeb1b
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -157,5 +157,5 @@ if __name__ == "__main__":
host="0.0.0.0",
port=8000,
workers=workers,
reload=True
# reload=True
)