pgalko / BambooAI

A lightweight library that leverages Language Models (LLMs) to enable natural language interactions, allowing you to source and converse with data.
MIT License
440 stars 48 forks source link

Minor Bug in LLM_CONFIG_sample.json #13

Closed pnmartinez closed 5 months ago

pnmartinez commented 5 months ago

Problem

The provider for the Code generator agent in the LLM_CONFIG_sample.json was set to local instead of openai.

This triggered the following bug on code generation:

llm_stream() takes 4 positional arguments but 7 were given

Solution

Correction provider from local to openai in LLM_CONFIG_sample.json.

pgalko commented 5 months ago

Nice catch, Thank you!