71 Commits

Author SHA1 Message Date
H Lohaus
ce30200e2e Update copilot.yml 2025-06-03 00:24:30 +02:00
H Lohaus
21bfadd5b2 Update copilot.yml 2025-06-03 00:18:24 +02:00
H Lohaus
af02712ff3 Update copilot.yml 2025-06-03 00:13:09 +02:00
hlohaus
c471c53671 Update handle media uploads 2025-03-30 00:11:07 +01:00
hlohaus
6c8387f045 Update handle media uploads 2025-03-30 00:04:13 +01:00
Arken1xs
68414ece4c Small fixes and updates around various providers (#2717)
* Update DDG.py: added Llama 3.3 Instruct and o3-mini

Duck.ai now supports o3-mini, and previous Llama 3.1 70B is now replaced by Llama 3.3 70B.

* Update DDG.py: change Llama 3.3 70B Instruct ID to "meta-llama/Llama-3.3-70B-Instruct-Turbo"

Fixed typo in full model name

* Update Cerebras.py: add "deepseek-r1-distill-llama-70b" to the models list

Cerebras now provides inference for a DeepSeek-R1 distilled to Llama 3.3 70B as well.

* Update models.py: reflect changes in DDG provider

- Removed DDG from best providers list for Llama 3.1 70B
- Added DDG to best providers list for o3-mini and Llama 3.3 70B

* A small update in HuggingFaceInference get_models() method

Previously, get_models() method was returning "TypeError: string indices must be integers, not 'str' on line 31" from time to time, possibly because of network error so the models list couldn't load and method was trying to parse this data. Now the code is updated in order to check for any potential errors first.

* Update BlackboxAPI.py: remove unused imports 

format_prompt() and JSON library are not being used here, so they may be removed safely.

* Update copilot.yml

This job is failing due to the error in JavaScript code; this commit is trying to fix it.

* Update providers-and-models.md to reflect latest changes

Updated models list and removed providers that are currently not working.
2025-02-19 16:34:30 +01:00
hlohaus
6b8e6adc9d Fix publish to pypi 2025-02-01 02:04:51 +01:00
hlohaus
efaf959d0c Update bulding and publishing docker image for arm64
Fix async_generator can't be used in 'await' expression on Windows
2025-01-25 14:25:08 +01:00
hlohaus
39255fc000 Enable armv7 build, add timeout for installing packages 2025-01-24 13:39:23 +01:00
Heiner Lohaus
5b76f2cde0 Fix docker build and fix api_base issue in OpenaiAPI providers 2024-12-16 19:07:41 +01:00
Heiner Lohaus
6b48af1757 Add armv7 docker image, Remove Bing provider, add update banner 2024-11-25 20:34:50 +01:00
Heiner Lohaus
6e99f70191 Fix optional fields in api 2024-11-25 08:53:57 +01:00
Heiner Lohaus
8153668ab8 Fix import Annotated typing 2024-11-25 01:24:03 +01:00
Heiner Lohaus
c57321e287 Improve error handling in api, Update openapi.json workflow 2024-11-24 23:34:59 +01:00
Heiner Lohaus
2114520ed2 Improve slim docker build, Add openapi.json to release 2024-11-24 22:20:08 +01:00
H Lohaus
9028a029ff Update publish-workflow.yaml 2024-11-24 05:49:54 +01:00
Heiner Lohaus
2a7770ea51 Add full nodriver support to OpenaiChat
Move small docker images before old images
2024-11-18 02:53:50 +01:00
Heiner Lohaus
b7a8e03220 Update docker tags in workfloe for slim images,
Update read har file in OpenaiChat provider
Remove webdriver in OpenaiChat provider
Add supported_encodings and supported_encodings in OpenaiChat
2024-11-17 19:51:26 +01:00
Heiner Lohaus
ea1448001d Add nodriver to Gemini provider,
Add slim docker image with google-chrome usage,
Add the new docker images to publish worklow,
Update requirements.txt and pip requirements
2024-11-17 11:06:37 +01:00
H Lohaus
4c23b4cad4 Merge pull request #1807 from hlohaus/satur
Add WhiteRabbitNeo Provider, Many tiny improvments in the gui
2024-04-09 19:40:42 +02:00
H Lohaus
766b323572 Update unittest.yml 2024-04-08 07:55:19 +02:00
H Lohaus
bd32db2633 Update unittest.yml 2024-04-08 07:52:19 +02:00
Heiner Lohaus
926ddfd543 Add WhiteRabbitNeo Provider, Many tiny improvments in the gui 2024-04-08 07:24:00 +02:00
exfly
4654d7f284 feat: arm64 2024-03-16 16:49:20 +08:00
Heiner Lohaus
aba4b96f23 Add new Client API with Docs
Use object urls for the preview of image uploads.
Fix upload images in You provider
Fix create image. It's now a single image.
Improve system message for create images.
2024-02-12 11:41:27 +01:00
Heiner Lohaus
228392eaa2 Change python version to 3.12 in unitests 2024-02-11 08:36:09 +01:00
H Lohaus
feb83c168b New minimum requirements (#1515)
* New minimum requirements
* Add ConversationStyleOptionSets to Bing
* Add image.ImageRequest
* Improve python version support
* Improve unittests
2024-01-26 07:54:13 +01:00
Heiner Lohaus
46a8019e1f First checkout repo 2024-01-21 17:31:57 +01:00
Heiner Lohaus
f720105953 Save pr number 2024-01-21 17:26:26 +01:00
Heiner Lohaus
283bddc152 Run tests 2024-01-21 17:01:26 +01:00
Heiner Lohaus
1e8a343ba3 Print env 2024-01-21 16:59:34 +01:00
Heiner Lohaus
0a3070e605 On workflow_run copilot 2024-01-21 16:57:26 +01:00
Heiner Lohaus
eb1668518f On workflow_run copilot 2024-01-21 16:42:55 +01:00
Tekky
ef7194237b Create copilot.yml 2024-01-21 10:42:53 +00:00
Tekky
49185f648d Delete .github/workflows/copilot.yml 2024-01-21 10:42:39 +00:00
Tekky
35e99222df Update copilot.yml 2024-01-21 10:40:10 +00:00
Heiner Lohaus
e13aa2e438 Update workflow 2024-01-21 02:38:24 +01:00
Heiner Lohaus
9cbe9c1ccb Improve tests 2024-01-21 02:20:23 +01:00
Heiner Lohaus
9cf2ee0279 Fix permissions 2024-01-20 19:10:08 +01:00
Heiner Lohaus
1286651448 On new pull requests 2024-01-20 18:55:11 +01:00
Heiner Lohaus
7f4d9ba82b Add copilot github action 2024-01-20 18:16:18 +01:00
H Lohaus
42709f55b2 Fix unittests (#1472)
* Fix unittests

* Fix missing distutils, install setuptools

* Fix version not found

* Remove deprecation in get_event_loop
2024-01-14 16:37:21 +01:00
Heiner Lohaus
55e5cf16cb Fix unittests 2024-01-14 15:35:58 +01:00
Heiner Lohaus
32252def15 Change doctypes style to Google
Fix typo in latest_version
Fix Phind Provider
Add unittest worklow and main tests
2024-01-14 15:04:37 +01:00
Heiner Lohaus
7075cd4ba1 Change pypi to live 2024-01-12 02:15:41 +01:00
Heiner Lohaus
a7c8565922 Add publish-to-pypi workflow
Improve gui frontend
Fix web search in bing
2024-01-12 02:14:35 +01:00
H Lohaus
484b96d850 Add websearch to gui (#1314)
* Add websearch to gui
* Fix version_check config
* Add version badge in README.md
* Show version in gui
* Add docker hub build
* Fix gui backend, improve style
2023-12-07 07:18:05 +01:00
H Lohaus
cd04e752af Fix publish docker image (#1310) 2023-12-06 12:20:19 +01:00
Tekky
51231a726d ~ 2023-11-15 22:07:54 +00:00
Tekky
9305c00688 ~ 2023-11-15 22:07:30 +00:00