Luozhou Wang
Luozhou Wang
Thanks for your great work. When I run the inference following your guidline, I get the shape of the vases are cylindrical. Any suggestions? Or am I missing something?
Thanks for your great work! Is there any pretrained model that you can share?
running script: from g4f import Provider, models from langchain.llms.base import LLM from langchain_g4f import G4FLLM def main(): llm: LLM = G4FLLM( model=models.gpt_35_turbo, provider=Provider.Aichat, ) res = llm("hello") print(res) # Hello!...
Thanks for your great work! Can you share all the testing videos on your project page?