-
Loosely defined:
- Tools: The bridge between LLM output -> An action, like read/writes to a database. Any function can be a tool.
- Agent: Executes a workflow given a task, restricted by a fixed set…
-
Hi @ericmjl :sunny: I've been trying to test out llamabot and am getting bogged down with configuration issues. I'm trying to get the Feynman simple chat example with either the OpenAI API key or olla…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### Your current environment
```
vllm = 0.6.3.post1
```
### How would you like to use vllm
#### langchain test code
```
llm = ChatOpenAI(
api_key="api_key",
temperature=0.1…
-
### Proposal summary
add dify intergration support
### Motivation
Do you have plans to support dify(https://github.com/langgenius/dify)? It is also a popular(51.3k stars) open-source project like l…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
There is a chance that the model returns an AI message with the content being a `list`, `AIMessage(content=[], tool_calls=[...])`.
When involving this message in the conversation, the tool calls ge…
-
File "C:\Users\Ravinder.Ahuja\Desktop\Generative AI Course wirh contents\Projects\langchain-main (1)\langchain-main\2_news_research_tool_project\mm2\lib\site-packages\streamlit\runtime\scriptrunner\sc…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Currently, the llm function in [ai/api/llms.py](https://github.com/briefercloud/briefer/blob/main/ai/api/llms.py) is created using ChatOpenAI from Langchain with a fixed endpoint for OpenAI.
To ma…