We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85645de commit a6bb408Copy full SHA for a6bb408
safe_infer_chatbot_app/README.md
@@ -51,8 +51,6 @@ Then open your browser to `http://localhost:8501`
51
```bash
52
export PEBBLO_API_KEY="pebblo-api-key"
53
export PROXIMA_HOST="http://your-proxima-host"
54
- export PROXIMA_USER_USERNAME="your-proxima-username"
55
- export PROXIMA_USER_PASSWORD="your-proxima-password"
56
```
57
58
4. **Run the application**:
@@ -67,6 +65,7 @@ Then open your browser to `http://localhost:8501`
67
65
### Environment Variables
68
66
69
- `PROXIMA_HOST`: Base URL for the SafeInfer API (default: `http://localhost`)
+- `PEBBLO_API_KEY`: Pebblo API Key
70
71
### API Configuration
72
0 commit comments