Compare commits
1 Commits
colin
...
glojain-pa
Author | SHA1 | Date | |
---|---|---|---|
|
40e3a10417 |
@@ -95,11 +95,9 @@
|
||||
"\n",
|
||||
"### Requesting a rate limit increase\n",
|
||||
"\n",
|
||||
"If you'd like your organization's rate limit increased, please feel free to reach out to <support@openai.com> with the following information:\n",
|
||||
"If you'd like your organization's rate limit increased, please fill out the following form:\n",
|
||||
"\n",
|
||||
"- The model(s) you need increased limits on\n",
|
||||
"- The estimated rate of requests\n",
|
||||
"- The reason for the increase"
|
||||
"- [OpenAI Rate Limit Increase Request form](https://forms.gle/56ZrwXXoxAN1yt6i9)\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,20 +0,0 @@
|
||||
version: '3.4'
|
||||
services:
|
||||
weaviate:
|
||||
image: semitechnologies/weaviate:1.14.0
|
||||
restart: on-failure:0
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
QUERY_DEFAULTS_LIMIT: 20
|
||||
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'true'
|
||||
PERSISTENCE_DATA_PATH: "./data"
|
||||
DEFAULT_VECTORIZER_MODULE: text2vec-transformers
|
||||
ENABLE_MODULES: text2vec-transformers
|
||||
TRANSFORMERS_INFERENCE_API: http://t2v-transformers:8080
|
||||
CLUSTER_HOSTNAME: 'node1'
|
||||
t2v-transformers:
|
||||
image: semitechnologies/transformers-inference:sentence-transformers-msmarco-distilroberta-base-v2
|
||||
environment:
|
||||
ENABLE_CUDA: 0 # set to 1 to enable
|
||||
# NVIDIA_VISIBLE_DEVICES: all # enable if running with CUDA
|
Reference in New Issue
Block a user