del useless files

This commit is contained in:
better629 2024-03-27 13:51:09 +08:00
parent 64271fd85f
commit cdb4d48191
8 changed files with 1 additions and 24 deletions

View file

@ -1 +1 @@
pyshine==0.0.9
pyshine==0.0.9

View file

@ -460,7 +460,6 @@ class ActionNode:
self.instruct_content = scontent
else:
self.content = await self.llm.aask(prompt)
logger.info(self.content)
self.instruct_content = None
return self

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : the readable api/interface abstraction to integrate with environment

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : the writable api/interface abstraction to integrate with environment

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc :

View file

@ -1,7 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : MG Gym Env
class GymEnv:
pass

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc :

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc :