ninjalabo / llmcam

http://ninjalabo.ai/llmcam/
Apache License 2.0
0 stars 0 forks source link

add class_to_fc #28

Closed doyu closed 3 days ago

doyu commented 5 days ago

A python module to convert a class into gpt function-calling automatically. This is still WIP, but it's a good start to store now. ToDo:

  1. publish conversion method to be used by other module
  2. function support
  3. class support
  4. fix the problem on the last execution cell.

@nghivo94 isn't it better to merge this at first and then fastHTML UI is added? Here, I care more about the modularity of our code structure to maintain.

@linhktran would it be OK to take over this notebook and grow further?

If the above is acceptable, please ack!

doyu commented 3 days ago

Are you guys OK to merge this?