Junjie Guan
Results
2
issues of
Junjie Guan
**Description** When using following code, I don't know what will be sent to the llm endpoint. ``` guard = Guard.from_pydantic(output_class=Pet, prompt=prompt) raw_output, validated_output, *rest = guard( llm_api=openai.completions.create, engine="gpt-3.5-turbo-instruct" ) ```...
enhancement
### Summary The erro appears only in a production build, when the app has been submitted to App Store and is opened via TestFlight. The screen is a simple Supabase...
Development Builds
needs review