We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have API from other base URLs. How to cusomize the URL?
The text was updated successfully, but these errors were encountered:
Go to the file src/helpers/determineNextAction.ts and modify these parts:
taskInstructions: string, previousActions: ParsedResponseSuccess[], simplifiedDOM: string, maxAttempts = 3, notifyError?: (error: string) => void ) { // ... const openai = new OpenAIApi( new Configuration({ apiKey: customApiKey, // Use the custom API key basePath: customApiBaseUrl, // Use the custom API endpoint }) ); // ... }
Sorry, something went wrong.
No branches or pull requests
I have API from other base URLs. How to cusomize the URL?
The text was updated successfully, but these errors were encountered: