Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
491 stars 63 forks source link

Add new GPT4o model. #153

Closed BWStearns closed 3 months ago

BWStearns commented 3 months ago

Add the new OpenAI model. I verified that it builds and the AI model string is correct and calls go to the new model.

Looks like the CI build error is unrelated and is impacting #152 as well.

Abraxas-365 commented 3 months ago

@BWStearns Yes, there is a weird error in the pipe. For some reason, after deleting the cache, it works fine. I'm rerunning the job here.