henomis / lingoose

🪿 LinGoose is a Go framework for building awesome AI/LLM applications.
https://lingoose.io
MIT License
617 stars 49 forks source link

Not working with claude-3-5-sonnet-20240620 #210

Open mrheinen opened 1 month ago

mrheinen commented 1 month ago

I tried the examples for Anthropic here: https://github.com/henomis/lingoose/tree/main/examples/llm/antropic

And they work fine. However, I expected them to work also with the model claude-3-5-sonnet-20240620 but in that case it doesn't work; I get no output.

IMHO there are two issues here. First, I think the sonnet model should work and second I think that if it doesn't work that there should be some kind of error message.

henomis commented 1 month ago

Thanks for your suggestion! I'll check this issue.