We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3010966 commit 25d1f8cCopy full SHA for 25d1f8c
1 file changed
server/agents/trend_crew/src/trend_crew/crew.py
@@ -60,7 +60,7 @@ def find_sources_task(self) -> Task:
60
provider="ollama",
61
config=dict(
62
model="nomic-embed-text",
63
- url=f"{os.getenv("API_BASE")}/api/embeddings"
+ base_url=os.getenv("API_BASE")
64
)
65
),
66
0 commit comments