ensure consistency of quotes within each statement

This commit is contained in:
svlandeg
2025-11-03 21:52:02 +01:00
parent e22fc6f2fa
commit 2ce62ec076
5 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
from nanochat.common import get_base_dir
api_key = open("openroutertoken.txt", 'r', encoding='utf-8').read().strip()
api_key = open("openroutertoken.txt", "r", encoding="utf-8").read().strip()
url = "https://openrouter.ai/api/v1/chat/completions"
headers = {
@@ -45,7 +45,7 @@ headers = {
"Content-Type": "application/json"
}
readme = open("README.md", 'r', encoding='utf-8').read().strip()
readme = open("README.md", "r", encoding="utf-8").read().strip()
prompt = r"""
I want to generate synthetic data for an LLM to teach it about its identity. Here is the identity I want: