|
|
|
|
|
by m3kw9
1101 days ago
|
|
It works pretty good. You define a few “function” and enter a description on what it does, when user prompts, it will understand the prompt and tell you which likely “function” to use, which is just the function name. I feel like this is a new way to program, a sort of fuzzy logic type of programming |
|
Yes and no. While the choice of which function to call is dependent on an llm, ultimately, you control the function itself whose output is deterministic.
Even today, given an api, people can choose to call or not call based on some factor. We don’t call this fuzzy logic. E.g., people can decide to sell or buy stock through an api based on some internal calculations - doesn’t make the system “fuzzy”.