Skip to content

Commit

Permalink
[server] Update OpenAI endpoints (#1445)
Browse files Browse the repository at this point in the history
* initial commit

* finish completions endpoint, fix bug

* import clean-up

* remove new conversation

* update dependencies; update errors

* add openai server tests

* pr comments

* remove old code, add docstrings, remove unused index

* remove debug print

* change pathways
  • Loading branch information
dsikka committed Dec 13, 2023
1 parent fa57259 commit 3b09d2f
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 42 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def _parse_requirements_file(file_path):
"transformers<4.35",
"datasets<=2.14.6",
"scikit-learn",
"fschat==0.2.33",
"accelerate==0.24.1",
"seqeval",
]
_sentence_transformers_integration_deps = ["optimum-deepsparse"] + _torch_deps
Expand Down
Loading

0 comments on commit 3b09d2f

Please sign in to comment.