Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
anpl
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ziyuan Nan
anpl
Commits
79533a8c
Commit
79533a8c
authored
May 09, 2023
by
Ziyuan Nan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rich print error
parent
7f078368
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
robotB.py
+1
-2
No files found.
robotB.py
View file @
79533a8c
from
anpl.synthesizer
import
raw_query
,
msg
from
utils
import
sys_str
,
system_info
,
multiline_input
,
select_task
,
set_openai_key
,
rich_dumps
from
rich.prompt
import
IntPrompt
,
Confirm
,
Prompt
from
rich
import
print
from
anpl.sandbox
import
import_module_from_string
import
numpy
as
np
import
time
...
...
@@ -9,7 +8,7 @@ import time
history
=
[]
def
print_msg
(
message
):
role
,
text
=
message
[
"role"
],
message
[
"content"
]
print
(
f
"
[blue]{role}[/blue]
:"
)
print
(
f
"
{role}
:"
)
print
(
text
)
def
print_history
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment