Michael Poluektov
|
29f904db45
|
remove List imports
|
2024-08-14 13:46:31 +01:00 |
|
Michael Poluektov
|
a725801e55
|
fix: formatting test errors, remove print, merge dev
|
2024-08-08 11:34:48 +01:00 |
|
Timothy Jaeryang Baek
|
670f28d694
|
Merge branch 'dev' into remove-ollama
|
2024-08-07 23:06:11 +02:00 |
|
Timothy J. Baek
|
ad9a7cb1e2
|
refac
|
2024-08-07 15:52:03 +02:00 |
|
Timothy J. Baek
|
8187922ef1
|
fix: "metadata" issue
|
2024-08-07 15:49:48 +02:00 |
|
Michael Poluektov
|
ed205d82e8
|
fix: pop
|
2024-08-06 12:25:00 +01:00 |
|
Michael Poluektov
|
fc31267a54
|
refac: re-use utils.misc
|
2024-08-06 11:31:45 +01:00 |
|
Michael Poluektov
|
3653126179
|
refac: undo raw split, remove gpt-4-vision-preview
|
2024-08-04 00:34:24 +01:00 |
|
Michael Poluektov
|
12c21fac22
|
refac: apps/openai/main.py and utils
|
2024-08-03 14:24:26 +01:00 |
|
Timothy Jaeryang Baek
|
2e4de209fe
|
Merge pull request #4149 from arsaboo/openrouter
chore: Add HTTP-Referer and X-Title headers for OpenRouter
|
2024-07-27 16:06:17 +02:00 |
|
Alok Saboo
|
287147687e
|
Add HTTP-Referer and X-Title headers for OpenRouter
|
2024-07-27 09:43:03 -04:00 |
|
Seth Rothschild
|
c3693c91b3
|
fix: allow temperature and seed to be 0
|
2024-07-20 06:53:52 -04:00 |
|
Timothy J. Baek
|
3d0f457306
|
refac
|
2024-07-17 10:16:27 +02:00 |
|
Timothy J. Baek
|
f462744fc8
|
refac
|
2024-07-11 13:43:44 -07:00 |
|
Fish Lung
|
f89fa061e8
|
fix: use AIOHTTP_CLIENT_TIMEOUT timeout setting for openai streaming response
|
2024-07-01 14:29:26 +08:00 |
|
Timothy J. Baek
|
3f5f410453
|
refac
|
2024-06-27 11:29:59 -07:00 |
|
Timothy J. Baek
|
015772ef9a
|
refac
|
2024-06-20 03:45:13 -07:00 |
|
Timothy J. Baek
|
686c5081e6
|
fix: model system prompt variable support
|
2024-06-17 13:47:48 -07:00 |
|
Andrew Phillips
|
c0c875eae2
|
Use log.debug() for logging request bodies for the backend API
|
2024-06-16 12:40:16 -03:00 |
|
Andrew Phillips
|
3eba963d03
|
Remove redundant logging
|
2024-06-16 12:38:20 -03:00 |
|
Timothy J. Baek
|
28ca6fb678
|
refac
|
2024-06-09 15:04:33 -07:00 |
|
Timothy J. Baek
|
c44fc82ecd
|
refac: openai
|
2024-06-09 12:43:54 -07:00 |
|
Christoph Holthaus
|
97b39115a1
|
fix: temperature not passed correctly
|
2024-06-09 09:49:24 +02:00 |
|
mindspawn
|
94ebf02719
|
Enable http_proxy use for openai calls.
|
2024-06-03 20:41:59 -07:00 |
|
Timothy Jaeryang Baek
|
c5ff4c24e1
|
Merge branch 'dev' into fix/ollama-cancellation
|
2024-06-02 16:27:01 -07:00 |
|
Timothy J. Baek
|
27ff3ab112
|
fix: validate lengths for openai urls and keys
|
2024-06-02 16:20:22 -07:00 |
|
Jun Siang Cheah
|
b5b2b70f4a
|
fix: bad payload refactor
|
2024-06-02 19:40:18 +01:00 |
|
Jun Siang Cheah
|
7f74426a22
|
fix: openai streaming cancellation using aiohttp
|
2024-06-02 18:48:45 +01:00 |
|
Timothy J. Baek
|
cb8c45d864
|
fix: pipelines
|
2024-05-31 13:30:12 -07:00 |
|
Timothy J. Baek
|
4715160b53
|
fix: pipelines
|
2024-05-29 22:41:51 -07:00 |
|
Timothy J. Baek
|
e427ef767b
|
fix: openai proxy
|
2024-05-29 11:28:42 -07:00 |
|
Timothy J. Baek
|
5cf44ac7da
|
feat: display pipelines server in api settings
|
2024-05-29 01:36:13 -07:00 |
|
Timothy J. Baek
|
e8d4e03c0d
|
refac: openai allow empty key
|
2024-05-29 01:12:25 -07:00 |
|
Timothy J. Baek
|
ccbafca74c
|
feat: save user settings to db
|
2024-05-26 22:47:42 -07:00 |
|
Timothy J. Baek
|
1fce466253
|
refac: folder rename web -> webui
|
2024-05-26 01:15:48 -07:00 |
|
Timothy J. Baek
|
42dcf1b08c
|
refac: stop param
|
2024-05-25 02:26:26 -07:00 |
|
Timothy J. Baek
|
88d053833d
|
feat: preset backend logic
|
2024-05-25 02:05:05 -07:00 |
|
Timothy J. Baek
|
468c6398cd
|
feat: unified models integration
|
2024-05-24 03:02:56 -07:00 |
|
Timothy J. Baek
|
110ed67468
|
feat: unified /models endpoint
|
2024-05-24 01:40:48 -07:00 |
|
Timothy Jaeryang Baek
|
f34fd3fbe1
|
Merge pull request #2140 from cheahjs/feat/model-config
feat: configurable model name, description and vision capability
|
2024-05-22 14:03:54 -10:00 |
|
Timothy J. Baek
|
d0d76e2ad5
|
refac
|
2024-05-22 16:11:02 -07:00 |
|
Timothy Jaeryang Baek
|
8df0429c99
|
Merge branch 'dev' into feat/model-config
|
2024-05-21 21:37:04 -10:00 |
|
Timothy J. Baek
|
af022947be
|
feat: pipeline integration
|
2024-05-21 21:58:02 -07:00 |
|
Jun Siang Cheah
|
f21c8626d6
|
refac: switch to meta and params, remove source
|
2024-05-21 22:05:16 +01:00 |
|
Jun Siang Cheah
|
4002ead6af
|
feat: store model configs in the database
|
2024-05-19 18:46:24 +08:00 |
|
Jun Siang Cheah
|
1bacd5d93f
|
Merge branch 'dev' into feat/model-config
|
2024-05-19 13:13:17 +08:00 |
|
Timothy J. Baek
|
3aa6b0fea9
|
fix: model filter issue
|
2024-05-17 19:11:14 -07:00 |
|
Timothy J. Baek
|
014e52c072
|
fix: connection timeout
|
2024-05-17 10:49:12 -07:00 |
|
Timothy J. Baek
|
cdbabdfa5a
|
refac
|
2024-05-17 10:30:22 -07:00 |
|
Jun Siang Cheah
|
5d3eddf7e9
|
feat: update to persistent config
|
2024-05-17 13:51:17 +08:00 |
|