Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
model
interpreter --model command-nightly
from interpreter import interpreter interpreter.llm.model = "command-nightly" interpreter.chat()
interpreter --model command interpreter --model command-light interpreter --model command-medium interpreter --model command-medium-beta interpreter --model command-xlarge-beta interpreter --model command-nightly
interpreter.llm.model = "command" interpreter.llm.model = "command-light" interpreter.llm.model = "command-medium" interpreter.llm.model = "command-medium-beta" interpreter.llm.model = "command-xlarge-beta" interpreter.llm.model = "command-nightly"
COHERE_API_KEY