-
### 🥰 需求描述
请问一下环境配置中的BASE_URL怎么和/api/openai 对应上的,我需要在环境配置中新建立一个URL来对应
### 🧐 解决方案
BASE_URL:0.0.0.0
BASE_LLM_URL:0.0.0.1
### 📝 补充信息
_No response_
-
### What happened?
When using litellm SDK version 1.48.7 like this:
```
from litellm import completion
import json
## GET CREDENTIALS
file_path = 'PATH_TO_JSON'
# Load the JSON file
with…
-
### Is your feature request related to a problem? Please describe.
Summary
I am writing to propose the addition of a content filter layer for both the input and output stages of the project's lang…
-
Congrats on the recent release!
I was hoping to test PaperQA2 out with an open source LLM server, but I was struggling to get PaperQA2 to work with one. I have used ollama previously and I was able…
-
Is my understanding correct - NeMo guardrails will take the colang configuration ( or read the .co files from path ) and encode it to a vector space and then later when a prompt is received, the promp…
-
### 🐛 Describe the bug
with the code below, I am trying to get some knowledge from the docker API documentation site `https://docs.docker.com/engine/api/` and it has the error, and same if I added t…
-
Generate github action
-
## Description
![Screenshot from 2024-04-23 09-42-58](https://github.com/mattermost/mattermost-plugin-ai/assets/5336824/a39f9488-e680-4b98-b4bf-bd8b847eb45e)
Can the requirement for an Enterpr…
-
And add it to the export
And, just to say a little more on tokens:
- There are input (prompt) tokens and output (completion) tokens. Output is [2x the price of input](https://openai.com/pricing)…
-
### System Info
**OS version**: MacOS Sequoia 15.0
My *pyproject.toml*
```
[project]
name = "pandasai-benchmark"
version = "0.1.0"
description = "Add your description here"
readme = "READM…