Skip to content

Commit

Permalink
Move task generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Jul 24, 2024
1 parent e49b26c commit 158d89b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from openai import OpenAI
from termcolor import colored

from .models import GeneratedTask, SubTask, SubTaskInstance, Task
from crab import GeneratedTask, SubTask, SubTaskInstance, Task

SYSTEM_PROMPT_SINGLE = """
You are a wise operator who is familiar with both the Ubuntu and Android operating
Expand Down
1 change: 0 additions & 1 deletion crab/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
from .experiment import Experiment
from .graph_evaluator import Evaluator, GraphEvaluator
from .models import *
from .task_generator import TaskGenerator

0 comments on commit 158d89b

Please sign in to comment.