Forum in maintenance, we will back soon 🙂
LLM generic function
Getting Error in terminal
 Please assistÂ
@stallone-s-j the problem with the llm.llm_generate_text not being defined is due to the GPT model you've used. If you look at the llm.py module you'll see that this is defined based on the model it is given.
The problem with the helpers module is that it has referenced itself on line 28 which is invalid.
HTH, feel free to schedule a 1-on-1 with me if you wish, calendar link is in the signature.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
you are running the script inside the LLM MOdule itself. create a new file, and import llm there, then run your code.
@admin how did you determine that? I see the picture showing execution of new.py.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@ssadvisor sorry, you are right. my screen was dark and I thought LLM is opened.