Authentication
Nexus requires API keys for the underlying model providers. Set the appropriate environment variables for the models you plan to use:Example
UseNexus
with your Agent
:
View more examples here.
Params
Parameter | Type | Default | Description |
---|---|---|---|
id | str | "openai/gpt-4" | The specific model ID used for generating responses. Format typically follows "provider/model-name". |
name | str | "Nexus" | The name identifier for the Nexus agent. |
provider | str | "Nexus" | The provider of the model. |
base_url | str | "http://localhost:8000/llm/v1/" | The base URL for making API requests to the Nexus service. |
Nexus
also supports the params of OpenAI.