AI4Finance-Foundation / FinRobot

FinRobot: An Open-Source AI Agent Platform for Financial Applications using LLMs 🚀 🚀 🚀
https://ai4finance.org
Apache License 2.0
1.11k stars 143 forks source link

ollama models #18

Open martinjaco opened 3 weeks ago

martinjaco commented 3 weeks ago

How to make use of ollama models instead of Openai models?

boyuZh commented 2 weeks ago

As far as I know, most of the open-source models supported by ollama do not support tool usage. But if you find one, you can modify the openai api as per this doc.

zhengr commented 3 days ago

The Agent stuff totally leverage the LLM model functionality, such as function calling. If you want to try ollama, check the model`s function calling. Most of them are not good enough.