henomis / lingoose

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

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

Open mrheinen opened 3 months ago

mrheinen commented 3 months 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 2 months ago

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