File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ class PizzaForm(CatForm):
149149
150150## Roadmap & Contributing
151151
152+ * Attention* : while version 2 is being worked out, we'll only accept bug fixes for v1. Send your PR for v1 on branch ` develop ` .
153+ Do not expect to see merged PRs not previously discussed and agreed upon in an issue.
154+
152155Detailed roadmap is [ here] ( ./ROADMAP.md ) .
153156Send your pull request to the ` develop ` branch. Here is a [ full guide to contributing] ( ./CONTRIBUTING.md ) .
154157
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get -y update && apt-get install -y curl build-essential fastjar libmagi
1111
1212# ## ADMIN (static build) ###
1313WORKDIR /admin
14- RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/develop .zip | jar -xv
14+ RUN curl -sL https://github.com/cheshire-cat-ai/admin-vue/releases/download/Admin/release .zip | jar -xv
1515
1616# ## PREPARE BUILD WITH NECESSARY FILES AND FOLDERS ###
1717COPY ./pyproject.toml /app/pyproject.toml
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ class EmbedderDumbConfig(EmbedderSettings):
5656
5757
5858class EmbedderOpenAICompatibleConfig (EmbedderSettings ):
59+ oai_comp_api_key : str = None
5960 url : str
6061 _pyclass : Type = CustomOpenAIEmbeddings
6162
You can’t perform that action at this time.
0 commit comments