OS type Reporting in Docker #29
Mastersomy
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
currently the API returns the type of OS to the LLM. Which is great but when running in Docker it is misleading for the LLM.
i would propose to change the reporting inside the docker to explain that it is a docker container with the Debian base running ontop off the base OS.
this would lead the LLM to have a better understanding of the enviroment it is running in so when it for example when it is running on fedora based distribution it could think it needs to do some se-linux specific things to acomplisch it's tasks.
Beta Was this translation helpful? Give feedback.
All reactions