OpenAI
llm_config:
- provider: OpenAI
models:
- name: gpt-4
config:
# select model tokenization type. 3 types are available:
# gpt - to use with GPT-based models.
# llama - to use with llama-based models, e.g. llama2 or codellama.
# mixtral - a tokenizer specific to mistral and mixtral models.
tokenizer_type: gpt
# LLM provider name (OpenAI, Ollama or LocalAI)
llm_provider: OpenAI
# specify model name to use with the given LLM provider
llm_model: gpt-4Last updated