MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / set_server_settings

Function set_server_settings

llama_cpp/server/app.py:53–55  ·  view source on GitHub ↗
(server_settings: ServerSettings)

Source from the content-addressed store, hash-verified

51
52
53def set_server_settings(server_settings: ServerSettings):
54 global _server_settings
55 _server_settings = server_settings
56
57
58def get_server_settings():

Callers 1

create_appFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…