icon

NobodyWho

  • Home
  • LLM Basics
  • Model Selection
Python
  • Getting started
  • Chat
  • Tool Calling
  • Sampling
  • Streaming & Async API
  • Embeddings & RAG
  • Logging
Flutter
  • Getting started
  • Chat
  • Tool Calling
  • Sampling
  • Embeddings & RAG
Godot
  • Godot Installation
  • Getting Started
  • Simple Chat
  • Structured output
  • Tool calling
  • Embeddings
  • RAG
  • FAQ

Logging and Troubleshooting

Previous Next

The python bindings for NobodyWho integrate with python's standard logging utilities.

In short, to enable debug logs:

import logging
logging.basicConfig(level=logging.DEBUG)

This can be useful for getting some insight into what the model is choosing to do and when. For example when tool calls are made, when context shifting happens, etc.

Embeddings & RAG Getting started with Flutter
Menu
Home LLM Basics Model Selection
Python
Getting started Chat Tool Calling Sampling Streaming & Async API Embeddings & RAG Logging
Flutter
Getting started Chat Tool Calling Sampling Embeddings & RAG
Godot
Godot Installation Getting Started Simple Chat Structured output Tool calling Embeddings RAG FAQ

On This Page

shadcn theme provided by @asiffer