abetlen / llama-cpp-python

Python bindings for llama.cpp
https://llama-cpp-python.readthedocs.io
MIT License
8.17k stars 974 forks source link

server types: Move 'model' parameter to clarify it is used #1786

Open domdomegg opened 1 month ago

domdomegg commented 1 month ago

The 'model' parameter has been supported since https://github.com/abetlen/llama-cpp-python/pull/931. Its placement in this section was copied from an older version of the file, and hasn't been corrected since.

Correcting this will make it clearer what parameters are supported by llama-cpp-python.