Now a function prototype with an LLM backend.

* Added langchain support (OpenAI's gpt-4o model)
* Created a system prompt that gives functional results
* Initial integration of logging for LLM responses (needs improvement)
This commit is contained in:
David J. Bianco
2024-08-15 15:44:54 -04:00
parent 759814f8c9
commit 092ac94b05
2 changed files with 82 additions and 7 deletions

View File

@ -1,3 +1,3 @@
langchain
langchain_community
langchain_openai