Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

fix syntax errors in quickstart colab notebook #168

Merged
merged 3 commits into from
Dec 2, 2023

Conversation

SeeknnDestroy
Copy link
Collaborator

What's Changed:

  • In the llm params section, unnecessary commas after llm_max_tokens, llm_temperature, and enable_cost_calculator have been removed. These commas were causing the variables to be interpreted as tuples, leading to errors.
  • Similarly, in the service_context_params section, the comma after embed_model was removed for the same reason.

Why:

These changes correct the syntax errors that were causing interpretation issues, ensuring that the variables are correctly identified as integers and strings, not tuples. This fix will resolve the errors and improve the stability of the notebook.

@SeeknnDestroy SeeknnDestroy requested a review from fcakyon December 1, 2023 07:46
@fcakyon fcakyon merged commit 5be3831 into main Dec 2, 2023
@fcakyon fcakyon deleted the fix/syntax-errors-quickstart branch December 2, 2023 06:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants