Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes #14

Merged
merged 4 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__pycache__
generated/*
temp/*

build/*
logs/*
test.py
_config.yaml
2 changes: 1 addition & 1 deletion browser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import re, time
import time
import config
from playwright.sync_api import Playwright, sync_playwright, expect

Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RENDERING_URL: "https://beta.cubical.xyz/" # Don't change this unless you know w

# DEVELOPER SETTINGS #
DEBUG_MODE: True
VERSION_NUMBER: "1.1.0" #NEVER EDIT THIS IF YOU DON'T KNOW WHAT ARE YOU DOING
VERSION_NUMBER: "1.3.0" #NEVER EDIT THIS IF YOU DON'T KNOW WHAT ARE YOU DOING

# PROMPT SETTINGS #
# If you don't know what it is, please don't touch it. Be sure to backup before editing.
Expand Down
3 changes: 0 additions & 3 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import mcschematic
import sys
import json
import requests
import base64
import uuid

from log_writer import logger
import config
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
openai>=1.13.3
pyyaml
pyyaml
tkinter
cx_Freeze
playwright
uuid