OneAPI添加ollama渠道后,测试不通过。 #509
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#509
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OneAPI添加ollama渠道后,测试不通过。ollama的大模型在AnythingLLM中可用。具体配置如下:
使用http://host.docker.internal:11434看看
使用http://host.docker.internal:11434,还是不行。
先尝试使用curl命令发送请求测试ollama是否可以访问
类似这种:
curl http://localhost:11434/api/generate -d '{
"model": "llama3.2",
"prompt": "What color is the sky at different times of the day? Respond using JSON",
"format": "json",
"stream": false
}'