Skip to content

Commit 25d1f8c

Browse files
committed
Fix config key ollama embed
1 parent 3010966 commit 25d1f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/agents/trend_crew/src/trend_crew

server/agents/trend_crew/src/trend_crew/crew.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def find_sources_task(self) -> Task:
6060
provider="ollama",
6161
config=dict(
6262
model="nomic-embed-text",
63-
url=f"{os.getenv("API_BASE")}/api/embeddings"
63+
base_url=os.getenv("API_BASE")
6464
)
6565
),
6666
)

0 commit comments

Comments
 (0)