#shim

1 messages · Page 1 of 1 (latest)

drifting oak
#

I'm getting this error:

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/home/human/projects/ai/uis/LibreChat/.env" to rootfs at "/app/.env": mount /home/human/projects/ai/uis/LibreChat/.env:/app/.env (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

Any idea how to proceed?

#

I'm running on Arch Linux

halcyon lion
drifting oak
#

no, I did not

#

I.. er, skimmed through the setup section a bit 👀 I looked through the env, didn't realize I had to strip off .example?

#

should there by an .env directory as well? I noticed one (with root priv) and recreated it with user privledges as a test

#

Actually, looking back, I didn't skim. Docker will read this env file. See the /.env.example file for reference. I interpreted that as the .example file would be read and act as the default, may be worth clarifying .example needs stripped from it.

#

eh it's still not working, I might have to start the directory fresh

halcyon lion
halcyon lion
drifting oak
#

I'm running with sudo. Just learned today that adding a user to the docker group allows privilege escalation due to the way docker works

#

Rebuilding now, thanks for the help!

#

quick tangential question when it's building: is speech to text and text to speech supported? I didn't see any in the examples, but haven't tried it out yet.

halcyon lion
halcyon lion
#

it will eventually come

drifting oak
#

hmm, that's kind of a hard requirement for me, but the wrappers I've found that supported speech had a lot of other issues

#

maybe I'll just have to bite the bullet and help contribute, but got a lot on my plate rn

#

I tried out whisper locally the other day and it worked waaay better than I was expecting!

drifting oak
halcyon lion
#

haha, I get it. When it comes it will be good 😁

There's stuff that users wanted more that has taken over it, but it shouldn't be too long before we have a working implementation

drifting oak
#

It's working! UX seems quite clean. GPT 4 from the dropdown is the real GPT 4, not turbo, right?

halcyon lion
#

you should have access to all available GPT variants from OpenAI

drifting oak
#

it only shows gpt 4 and one of the snapshots for GPT 4

#

is that expected?

halcyon lion
#

mine looks like this:

drifting oak
#

different ones available to our keys maybe?

halcyon lion
#

maybe, you can tweak the list in the .env file too, I probably use a tweaked list

drifting oak
#

alright, I gotta get to work. Thanks for all the help, and for making this cool project!

#

Seems well organized. Always hard to get that momentum in open source.

primal ether
drifting oak
#

If I can add a request, using local whisper would be awesome, cheaper and more private.