bearney74
bearney74
Any way to get the source for this? It looks pretty cool.
I think I found what I need at https://github.com/pokepetter/ursina/files/4496622/Ursina.Dungeons.for.Dummies.txt
ari26squared, what target system did you use when you compiled your code to run on the emulator?
I created a pull request for this.
Good suggestion. I'll make the recommended suggestions.
Thanks for the info. I'm getting the flashing cursor as well. But now it is not reading from the keyboard. The source code is expecting the keyboard device to be...
I was able to solve this for some of my queries by adding a swap file in linux. I made a 8GB (8192) swap file, but I am thinking a...
how about something like: OPENAI_EMBEDDING=text-embedding-ada-002 OPENAI_MODEL=gpt-4-1106-preview I am currently putting these environment variables in a file named .env in the root directory (next to main.py). Then using dotenv module to...
One question. Do we want to separate the embedding model and chat model so that they can come from different sources? It might be nice if we could use the...
set LLM_MODEL environment variable to huggingface or openai. if using huggingface then set the following environment variables LLM_EMBEDDING_MODEL LLM_CHAT_MODEL if using openai set the following variables OPENAI_KEY OPENAI_EMBEDDING OPENAI_MODEL We...