THUDM / CodeGeeX4

CodeGeeX4-ALL-9B, a versatile model for all AI software development scenarios, including code completion, code interpreter, web search, function calling, repository-level Q&A and much more.
https://codegeex.cn
Apache License 2.0
1.54k stars 118 forks source link

ollama 403 err #30

Closed TianTian-O1 closed 4 months ago

TianTian-O1 commented 4 months ago

run on ollama, 403 err

Stanislas0 commented 4 months ago

run on ollama, 403 err

Please run the following command first to solve the cross-domain HTTP request issue:

export OLLAMA_ORIGINS="*"
liseri commented 4 months ago

@Stanislas0 建议 跨域设为默认的吧,或者放到配置里;