-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactored LLM Integration #388
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df82247 - Browse repository at this point
Copy the full SHA df82247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520e67d - Browse repository at this point
Copy the full SHA 520e67dView commit details -
I can run the code, but the singleton pattern implemented with metacl…
…asses still doesn't work
Configuration menu - View commit details
-
Copy full SHA for da1d558 - Browse repository at this point
Copy the full SHA da1d558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2b982 - Browse repository at this point
Copy the full SHA 6b2b982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efb1a6 - Browse repository at this point
Copy the full SHA 3efb1a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f306298 - Browse repository at this point
Copy the full SHA f306298View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7cf5fd - Browse repository at this point
Copy the full SHA a7cf5fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb3673 - Browse repository at this point
Copy the full SHA 1cb3673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15057d8 - Browse repository at this point
Copy the full SHA 15057d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55735d - Browse repository at this point
Copy the full SHA d55735dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6d1c0 - Browse repository at this point
Copy the full SHA 0a6d1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d105db - Browse repository at this point
Copy the full SHA 8d105dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a5401 - Browse repository at this point
Copy the full SHA 92a5401View commit details -
updates README with explanation of llm_service parameters in config.yaml
before pushing, make sure that this information about sk.json can be pushed!
Configuration menu - View commit details
-
Copy full SHA for 5601ef0 - Browse repository at this point
Copy the full SHA 5601ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b3917 - Browse repository at this point
Copy the full SHA 95b3917View commit details -
Configuration menu - View commit details
-
Copy full SHA for beab86e - Browse repository at this point
Copy the full SHA beab86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a672e7d - Browse repository at this point
Copy the full SHA a672e7dView commit details -
refactors: LLMService is created in main, when there is access to the…
… config.llm_service. When LLMService is needed again, just access the instance using LLMService() without having to supply the config.
Configuration menu - View commit details
-
Copy full SHA for 8e9efc5 - Browse repository at this point
Copy the full SHA 8e9efc5View commit details -
refactors: simplifies model_instantiation, gets rid of two layer inhe…
…ritance (no more SAPLLM)
Configuration menu - View commit details
-
Copy full SHA for bb8701b - Browse repository at this point
Copy the full SHA bb8701bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 291935c - Browse repository at this point
Copy the full SHA 291935cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1409b01 - Browse repository at this point
Copy the full SHA 1409b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1216710 - Browse repository at this point
Copy the full SHA 1216710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e0f30 - Browse repository at this point
Copy the full SHA 72e0f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afa9c5 - Browse repository at this point
Copy the full SHA 8afa9c5View commit details -
fixes bug where a LLMService could not be created. Check logs. error …
…was raised even though the use of llms was set to false This happened because the LLMService singleton was initialised even though it would not be needed later on. This happened because of an error in an if statement
Configuration menu - View commit details
-
Copy full SHA for cc85b0b - Browse repository at this point
Copy the full SHA cc85b0bView commit details -
fixes the environment variables iin the LLM tets and fixes sometest files unrelated to LLMss
Configuration menu - View commit details
-
Copy full SHA for e45a136 - Browse repository at this point
Copy the full SHA e45a136View commit details -
Configuration menu - View commit details
-
Copy full SHA for be27723 - Browse repository at this point
Copy the full SHA be27723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a14377 - Browse repository at this point
Copy the full SHA 5a14377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ef6fb - Browse repository at this point
Copy the full SHA 32ef6fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d215b5 - Browse repository at this point
Copy the full SHA 1d215b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f451ab4 - Browse repository at this point
Copy the full SHA f451ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988c3dd - Browse repository at this point
Copy the full SHA 988c3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b497f5 - Browse repository at this point
Copy the full SHA 7b497f5View commit details -
conceptional change: when llm_service is set in config.yaml, prospect…
…or assumes that LLM support is wanted. To not use LLM support, comment out the llm_service block in config.yaml
Configuration menu - View commit details
-
Copy full SHA for 0f8dd3d - Browse repository at this point
Copy the full SHA 0f8dd3dView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53638d3 - Browse repository at this point
Copy the full SHA 53638d3View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38060fb - Browse repository at this point
Copy the full SHA 38060fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 485cf83 - Browse repository at this point
Copy the full SHA 485cf83View commit details