Closed Zhengqbbb closed 1 month ago
ε€ͺιθ¦θΏεθ½ε’
cy
I have released a next pre-release version π(v1.10.0-beta.1)π for testing. Plan for the official release on the weekend π.
Welcome to try it out! π Let me know if there are still any issues. π
npm install -g czg@next
czg -v # ensure version is v1.10.0-beta.1
czg -h # show help
# Usage
### 1. Use the default `gpt-4o-mini` model
czg ai
### 2. Set specify a model in current session
czg ai -M=gpt-3.5-turbo
### 3. Setup the default model
czg --api-model="gpt-4"
See more setup details in https://deploy-preview-185--cz-git.netlify.app/recipes/openai#setup-openai-token
The latest version π(v1.10.0)π should be resolve this issue request document information:
π Describe the feature
ISSUE Links: #153 #154 #156
1. Support more AI models
Current models:
text-davinci-003
gpt-3.5-turbo
(default)Planned additions:
gpt-4
gpt-4o
gpt-4o-mini
(default)string
(can be customized, likeollama
and more models compatible with OpenAI API format)e.g: GitHub model and local model (Ollama)
2. Deprecate and support backward compatibility for the old configuration option
aiType
3. CLI add options
-M=|--ai-model=
and--api-model=