Ryan Peach
Ryan Peach
I've been working on a fully stateless, multi-tennant, langchain, sms based version of this over in https://github.com/ryanpeach/smsAGI . But I'm fully open to contributing to this wider project.
I hear there is now a concept of core vs plugins? Please tell me exactly what you would like me to do @Torantulino and I'll have it done the weekend...
FYI You can use llama.cpp to run local models with an openai compatible server with no-or-little code modifications https://github.com/ggerganov/llama.cpp/discussions/795 I've yet to try but I'm excited to try this with...
public/global.css in the sveltekit tutorial is named wrong and told to be placed in the wrong place.
Committed your changes.
Glad I could help!
Any idea as to the status of this? I can't even install pip3 *on the clusters*.
> This is already implemented, see example [here](https://python.langchain.com/en/latest/modules/agents/tools/tools_as_openai_functions.html). One thing that does seem to be missing is `function_call` parameter that can be sent in the request (not the message response)...
Is this going into the next release?
This is the tree diff for review Generated this via: ```bash git diff-tree -r main feature/py_typed --name-only > diff_files.txt temp_dir=$(mktemp -d) # Read each line from the file list while...
This might not be the best solution. Just a suggestion.