Results 47 comments of Artem

Hi. I heve valid acc_id_practice and token_practice, i test it on curl -H "Authorization: Bearer 65977df04d32049a40a9b64cb802ca6a-*******" https://api-fxtrade.oanda.com/v3/accounts and have response. But in secmaster_db_symbol_loader i have code 401 and {"errorMessage":"Insufficient authorization...

Hi. Thanks for your feedback. I know about the keyboard closing bug, but it was not a quick fix, so I've postponed solving it for later. I didn't know about...

Could you please clarify what you mean by copying? The function itself should be active, selection is not working yet. ![image](https://github.com/guinmoon/LLMFarm/assets/3720051/b4f8b6ae-d81a-4de2-a5ba-85b283dfb44a)

I think it has to do with lack of memory. Llama3 is too big for finetune on your Mac. Try openllama 3b.

Please explain your idea. Why to rename llama.cpp files to .mm. Then we will have to write a script to avoid doing it every time we upgrade to a new...

> yes, need iOS and Android suppor too! Soon I will bring the core module to a separate repository, for now you can [ look here](https://github.com/guinmoon/LLMFarm), maybe you will find...

Yes. You can use this code ```Swift import llmfarm_core print("Hello, World!") let maxOutputLength = 256 var total_output = 0 func mainCallback(_ str: String, _ time: Double) -> Bool { print("\(str)",terminator:...

Hi[ I found a solution that works for me](https://github.com/jekalmin/extended_openai_conversation/pull/247). Now when I use wyoming satellite from docker extended_openai_conversation remembers what we talked about before.

I recently added a template for llama 3, try using it.

LLMFarm does not support StableDiffusion models at the moment. Since there is a Draw Things application, I don't see the point in focusing on this.