Spaces:
Runtime error
Runtime error
Update config.gradio.yaml
Browse files- config.gradio.yaml +1 -1
config.gradio.yaml
CHANGED
@@ -6,7 +6,7 @@ dev: false
|
|
6 |
debug: true
|
7 |
log_file: logs/debug_TIMESTAMP.log
|
8 |
model: text-davinci-003
|
9 |
-
use_completion:
|
10 |
inference_mode: hybrid # local, huggingface or hybrid
|
11 |
local_deployment: standard # minimal, standard or full
|
12 |
num_candidate_models: 5
|
|
|
6 |
debug: true
|
7 |
log_file: logs/debug_TIMESTAMP.log
|
8 |
model: text-davinci-003
|
9 |
+
use_completion: true
|
10 |
inference_mode: hybrid # local, huggingface or hybrid
|
11 |
local_deployment: standard # minimal, standard or full
|
12 |
num_candidate_models: 5
|