-
file "commons/langflow_utils.py" requires `langflow` installed. And so I cannot run the server:
```
(venv) ➜ server git:(main) ✗ uvicorn app:app --log-level=debug --host 0.0.0.0 --port 8000
2023…
-
Asking A Question:
```
curl --location 'http://127.0.0.1:8080/v1/completions' \
--header 'Content-Type: application/json' \
--data '{
"model": "ggml-gpt4all-j",
"temperature": 0.9,
…
-
### Describe the bug
When we serve models like `"openllm start falcon --model-id tiiuae/falcon-7b-instruct"` interaction with this model works fine
via cmd tool
```
export OPENLLM_ENDPOINT=http…
-
Hello, I'm trying to deploy a server on an AWS machine and test the performances of the model mentioned in the title. I've launched the model worker with the following command:
python3 -m fastchat.…
-
# Open Grant Proposal: Algovera: AI Workflows/Assistants for Web3
**Name of Project:** Algovera
**Proposal Category:** `app-dev`
**Proposer:** richardblythman
**(Optional) Technical Sponso…
-
## Description
I attempted to follow the documentation to use Chat Interface, however when I ran `jupyter-lab` with exported `OPENAI_API_KEY` the Jupyter Lab interface shows an error "The loadi…
-
Target date: mid february 2024
Wanted:
- [x] python-3.12.2 with torch and numba
- [x] Operation Research packages refresh
- [x] a big clean-up in packages that still don't have a windows/3.12 wh…
-
### System Info
```
2023-06-15T04:27:53.010592Z INFO text_generation_launcher: Runtime environment: …
-
Few-show 可以简单的理解为在发送 prompt 时提前做一个 context mock,通过少量引导可以显著提升 AI 回复质量的技巧。
例如这个查单词小工具
```python
#!/usr/bin/env python3
# This is an English word search assistant.
import json
import requests
…
-
I modified _template and qa_template in chatbot.py, ask it to use specific language, but it still goes back to English after several conversations... how to avoid it? please let me know, thanks!