Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karaposu committed Oct 9, 2024
1 parent 8ed5ef7 commit bca516b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions proteas/proteas.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import string
import yaml
from prompt_template_unit import PromptTemplateUnit
from .prompt_template_unit import PromptTemplateUnit

# from indented_logger import IndentedLogger
# import logging
Expand Down Expand Up @@ -43,7 +43,7 @@ def find_questionable_prompts(self):

self.questinables= questinables

# PTOS prompt_template_orchestration_system


class Proteas:
def __init__(self, yaml_path=None, logger=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='proteas', # Package name
version='0.0.1', # Version of your package
version='0.0.2', # Version of your package
author='Enes Kuzucu', # Your name

description='A module to create prompt templates dynamically', # Short description
Expand Down

0 comments on commit bca516b

Please sign in to comment.