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

File Chat.py

examples/low_level_api/Chat.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/bin/python
2import sys, os, datetime
3from common import GptParams
4from low_level_api_chat_cpp import LLaMAInteract

Callers

nothing calls this directly

Calls 4

GptParamsClass · 0.90
LLaMAInteractClass · 0.90
interactMethod · 0.80
env_or_defFunction · 0.70

Tested by

no test coverage detected