Skip to content
New issue

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

Can't select model from OpenaiLike #271

Open
Intiiii opened this issue Nov 13, 2024 · 2 comments
Open

Can't select model from OpenaiLike #271

Intiiii opened this issue Nov 13, 2024 · 2 comments

Comments

@Intiiii
Copy link

Intiiii commented Nov 13, 2024

Describe the bug

I know you can select a openai like api thingy, but is there a way to configure what model you want to use for it? by default it uses the claude-3-5-sonnet, as stated in the utils/constants.ts
image
but i cant figure out how to change it without changing the default model setting

Link to the Bolt URL that caused the error

none

Steps to reproduce

  1. configure the env.local
  2. run the project

Expected behavior

you can select the model that you want to use

Screen Recording / Screenshot

image
it looks like it wants to display something, but there is nothing to display

Platform

  • OS: Windows
  • Browser: Chrome
  • Version: Latest

Additional context

No response

@the-Arka
Copy link

in .env set both:
OPENAI_LIKE_API_BASE_URL=
OPENAI_LIKE_API_KEY=
if it's still does not shows up, restart the bolt (happened to me few times)

@chrismahoney
Copy link
Collaborator

Please see #251 to keep track of provider refactors that will improve this support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants