Samuel Gjekic
Samuel Gjekic
Hey! Here is a example on how to get the usage values in in LLPhant: ``` public function generateText(string $prompt): string { $answer = $this->generate($prompt); $this->handleTools($answer); $usageArray = $answer->usage->toArray(); //...
> Thank you. Do you insert this features in the next release ? No problem hope it helped! Well i would love to contribute to the library. If i get...
@ezimuel well after looking at your solution i will have to say that i feel like you did take a better approach with the lastResponse solution as it its clearer...
Hey im sorry for the spamming in commits i have been battling the linter. I got to make it so i can do the checks in the editor before commiting...
@MaximeThoonsen I added the new GPT4Omni but i forgot i had this pull request so they ended up in the same, i added a solution ( i think? ) to...
Is the above being implemented already into this library?
Even if i am manually calling functions, how would it look like in php ? I know how to add the functions to the assistant, but how would i be...
> Hi @samuelgjekic, I showed an example in my [response above](#issuecomment-1883895076) > > > Even if i am manually calling functions, how would it look like in php ? I...
> >> When you initiate a Run with a user Message that triggers the function, the Run will enter a pending status. After it processes, the run will enter a...