mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
examples: fix default parameter
This commit is contained in:
parent
428790ec06
commit
d13d4d95ce
@ -13,7 +13,7 @@ base_path = os.environ.get('OPENAI_API_BASE', 'http://localhost:8080/v1')
|
|||||||
llm_predictor = LLMPredictor(llm=OpenAI(temperature=0, model_name="gpt-3.5-turbo", openai_api_base=base_path))
|
llm_predictor = LLMPredictor(llm=OpenAI(temperature=0, model_name="gpt-3.5-turbo", openai_api_base=base_path))
|
||||||
|
|
||||||
# Configure prompt parameters and initialise helper
|
# Configure prompt parameters and initialise helper
|
||||||
max_input_size = 1024
|
max_input_size = 512
|
||||||
num_output = 256
|
num_output = 256
|
||||||
max_chunk_overlap = 20
|
max_chunk_overlap = 20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user