hdresearch / nolita

Work with web-enabled agents quickly — whether running a quick task or bootstrapping a full-stack product.
https://nolita.ai
MIT License
85 stars 5 forks source link

Model agnostic #21

Closed AlephNotation closed 5 months ago

AlephNotation commented 5 months ago

quick refactor to allow for easily adding new model providers. This removes our usage of the openAIChat provider.

However trying with the new anthropic models is leading to errors due to bad api endpoints being used in llm-api. @matildepark we should sync on what to do about llm-api because it is becoming a headache

AlephNotation commented 5 months ago

also addresses #21

matildepark commented 5 months ago

Did you pull before starting the branch? The server folder should be included in this too I think.

AlephNotation commented 5 months ago

good catch. thanks :)

AlephNotation commented 5 months ago

thanks matidle :)