Skip to content
Discussion options

You must be logged in to vote

For OpenAI configuration in goose, you can set the base API URL using the OPENAI_HOST parameter. This is optional and will default to api.openai.com if not specified.

When configuring OpenAI as your provider, you can specify:

OPENAI_API_KEY (required)
OPENAI_HOST (optional)
OPENAI_ORGANIZATION (optional)
OPENAI_PROJECT (optional)

To configure these settings, run:

goose configure

Then follow the prompts to select OpenAI as your provider and enter your configuration details.

Warning

Currently, there are some limitations with custom OpenAI-compatible endpoints, and there are open feature requests to improve this functionality (#885 , #1198). If you need to use a custom OpenAI-compatible API …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by blackgirlbytes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants