chat2db / Chat2DB

🔥🔥🔥AI-driven data management platform Over 1 million developers are using Chat2DB
http://chat2db.ai
Apache License 2.0
14.21k stars 1.58k forks source link

Suggestion: When should you consider supporting the ollama local large model framework so that local large model calls can be fully realized? #1185

Open 7040210 opened 4 months ago

7040210 commented 4 months ago

https://github.com/ollama/ollama This is a service that deploys large models locally and will provide an API interface. When can it be integrated? Here is the list of supported models: https://ollama.com/library Here is the API example curl http://localhost:11434/api/generate -d '{ "model": "llama2", "prompt":"Why is the sky blue?" }'

7040210 commented 4 months ago

https://github.com/ollama/ollama/blob/main/docs/api.md This is the official api description