-
Notifications
You must be signed in to change notification settings - Fork 133
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
Running the Tutorial Notebook, facing this error #1015
Comments
Looking |
It seems like the error is indicating that no Language Model provider is configured. You need to set up an LLM provider in your configuration to resolve this issue.
|
when you take a simple genai script and run it with "Run GenAIScript", do you get the same error? @volkanunsal |
Yes, I do now. Strange. This was working earlier. I think all I did was to remove the API keys for Google, and added these config variables:
|
Update. I added the model name into the |
Sidenote: adding the model to the Markdown front matter didn't work. title: Tutorial Notebook
genaiscript:
model: anthropic_bedrock:anthropic.claude-3-sonnet-20240229-v1:0 |
@volkanunsal try 1.93.0, the frontmatter now works |
Hi. I just created a tutorial notebook and tried running the first cell, and got this error below. Other scripts work.
The text was updated successfully, but these errors were encountered: