Charles Lee

Results 5 issues of Charles Lee

The instructions ask you to put your secret key as a parameter. But to my understanding...you probably do not want to publish your secretKey in a client React App. Am...

Hi, This is more of a question about cocoapods, so sorry if this is the wrong place to ask! When integrating it into a vanilla Xcode project, using a Podfile...

Hey, So this doesn't look quite right on a 3.5" screen. I'm okay repositioning the username/password controls, of course, but how do I stretch the video?

My code: ``` for delta in assistant.run(task, stream=True): ``` Stack trace inside assistant.py: ``` File "/lib/python3.10/site-packages/phi/assistant/assistant.py", line 890, in _run for response_chunk in self.llm.response_stream(messages=llm_messages): File "/lib/python3.10/site-packages/phi/llm/gemini/gemini.py", line 260, in response_stream...

**Is your feature request related to a problem? Please describe.** I would like to persist logged-in state in local storage, in other words, a "remember me" functionality. **Describe the solution...