= ModelConfig(
model_togetherai_llama33_70b_free ="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
model_name="togetherai",
provider="TG_API_KEY"
api_key_env_var )
Gradio config: pre-sets
Prebuild config settings for several Large Language Models and providers
Import statements
Config for Together.ai server with Llama-3.3-70B instruct free model
This is a free model, but it has limited context length compared to the paid version of the same model.
Config for local Ollama server with ministral-8b-instruct
= ModelConfig(
model_ollama_ministral ="nchapman/ministral-8b-instruct-2410",
model_name="ollama"
provider )