We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please for everyones sake, add a .yml for loading the models.. so you don't have to edit 5555 different locations otherwise an error.
Something like:
models: - name: 'gpt-4' max_tokens: 8000 cost: prompt: { price: 0.0, unit: 1000 } completion: { price: 0.0, unit: 1000 } - name: 'gpt-4-turbo' max_tokens: 128000 cost: prompt: { price: 0.0, unit: 1000 } completion: { price: 0.0, unit: 1000 } - name: 'gpt-4o' max_tokens: 128000 cost: prompt: { price: 0.005, unit: 1000 } completion: { price: 0.015, unit: 1000 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please for everyones sake, add a .yml for loading the models.. so you don't have to edit 5555 different locations otherwise an error.
Something like:
The text was updated successfully, but these errors were encountered: