Self learning AI LLM models or frameworks #22583
code959437957
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Is possible that make LLM models auto learning.
Motivation
If user ask a question that LLM models does not knows, it should search from google, bing, or whatever.
Then it can self learning and add to it's memory.
Next time when a user ask the same question, The llm models already know the right answer.
Proposal (If applicable)
May it exists a quick self patch api, or whatever, make the LLM models can self grow and self learning.
We can provided function call or API , LLM when need, it can call the api to search the answer.
Most important part, the LLM Models should remember the answer, and next time it will directly use the answer
Beta Was this translation helpful? Give feedback.
All reactions