Skip to content

Instantly share code, notes, and snippets.

@ricardosantos79
ricardosantos79 / LMQL_ChatWith_AnnaPsychologist.py
Last active December 18, 2023 10:13
LMQL_ChatWith_AnnaPsychologist
"""
# Description:
___
"""
import _tools as Tools
import lmql
from dataclasses import dataclass
from txtai import Embeddings
@ricardosantos79
ricardosantos79 / LMQL_test.py
Last active November 20, 2023 10:39
Tests with LMQL
"""
# Description:
___
"""
import lmql
import pandas as pd
import _tools as Tools # Model Path shortcuts.
def test1 () :
"""
# Description:
___
"""
import _tools as Tools
scenario : Tools.PromptScenario = Tools.PromptScenario()