chatbot-windows
Contents:
Chat Service
LLM Service
Chat Routes
Context Manager
chatbot-windows
Index
Index
A
|
C
|
D
|
E
|
G
|
H
|
L
|
M
|
P
A
add_to_context() (app.utils.context_manager.ContextManager method)
app.api.chat_routes
module
app.services.chat_service
module
app.services.llm_service
module
app.utils.context_manager
module
C
chat() (in module app.api.chat_routes)
ChatRequest (class in app.api.chat_routes)
ChatService (class in app.services.chat_service)
clear_context() (app.utils.context_manager.ContextManager method)
clear_conversation() (app.services.chat_service.ChatService method)
(in module app.api.chat_routes)
context_info (app.api.chat_routes.ConversationHistory attribute)
ContextManager (class in app.utils.context_manager)
ConversationHistory (class in app.api.chat_routes)
D
detail (app.api.chat_routes.ErrorResponse attribute)
E
ErrorResponse (class in app.api.chat_routes)
G
generate_response() (app.services.llm_service.LLMService method)
generate_response_raw() (app.services.llm_service.LLMService method)
generate_response_stream() (app.services.llm_service.LLMService method)
get_chat_service() (in module app.api.chat_routes)
get_context() (app.utils.context_manager.ContextManager method)
get_context_info() (app.services.chat_service.ChatService method)
get_context_length() (app.utils.context_manager.ContextManager method)
get_context_string() (app.utils.context_manager.ContextManager method)
get_conversation() (in module app.api.chat_routes)
get_conversation_history() (app.services.chat_service.ChatService method)
get_last_message() (app.utils.context_manager.ContextManager method)
get_max_context_length() (app.utils.context_manager.ContextManager method)
H
history (app.api.chat_routes.ConversationHistory attribute)
L
LLMService (class in app.services.llm_service)
M
message (app.api.chat_routes.ChatRequest attribute)
model_computed_fields (app.api.chat_routes.ChatRequest attribute)
(app.api.chat_routes.ConversationHistory attribute)
(app.api.chat_routes.ErrorResponse attribute)
model_config (app.api.chat_routes.ChatRequest attribute)
(app.api.chat_routes.ConversationHistory attribute)
(app.api.chat_routes.ErrorResponse attribute)
model_fields (app.api.chat_routes.ChatRequest attribute)
(app.api.chat_routes.ConversationHistory attribute)
(app.api.chat_routes.ErrorResponse attribute)
module
app.api.chat_routes
app.services.chat_service
app.services.llm_service
app.utils.context_manager
P
process_message() (app.services.chat_service.ChatService method)