Skip to content

Commit

Permalink
Update vllm_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 26, 2024
1 parent 82d86be commit 4a0e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama_cpp_agent/providers/vllm_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class VLLMServerSamplingSettings(LlmSamplingSettings):
stream: bool = False

def get_provider_identifier(self) -> LlmProviderId:
return LlmProviderId.tgi_server
return LlmProviderId.vllm_server

def get_additional_stop_sequences(self) -> Union[List[str], None]:
return None
Expand Down

0 comments on commit 4a0e158

Please sign in to comment.