-
Notifications
You must be signed in to change notification settings - Fork 44.9k
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
feat: Add User model and print user information #7646
feat: Add User model and print user information #7646
Conversation
❌ Deploy Preview for auto-gpt-docs failed.
|
PR Description updated to latest commit (ffce615)
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Update frontend build in `master`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lkj
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User description
The code changes add a new User
model and print the user information. This is useful for displaying user data in the application.
Background
Changes 🏗️
PR Quality Scorecard ✨
Thank you for taking the time to create this PR. It's not entirely clear to me the purpose of the changes here. Could you explain the thinking behind what you've done and what you aim to achieve? Thank you |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Ping us if you would like this reopened after answering @Swiftyos :) |
User description
The code changes add a new
User
model and print the user information. This is useful for displaying user data in the application.Background
Changes 🏗️
PR Quality Scorecard ✨
+2 pts
+5 pts
+5 pts
+5 pts
-4 pts
+4 pts
+5 pts
-5 pts
agbenchmark
to verify that these changes do not regress performance?+10 pts
PR Type
Enhancement, Tests, Configuration changes
Description
FinetuneBlock
class for creating and starting OpenAI fine-tuning jobs.TRAINING
category toBlockCategory
enum.AgentMessageTile
widget test with named parameters.ForceRedraw
in Flutter window.Changes walkthrough 📝
6 files
finetune.py
Add `FinetuneBlock` class for OpenAI fine-tuning jobs
rnd/autogpt_server/autogpt_server/blocks/finetune.py
FinetuneBlock
class for creating and starting OpenAI fine-tuningjobs.
creating fine-tuning jobs.
agent.py
Add basic Tkinter-based GUI for Auto-GPT
autogpt/agent.py
AutoGPTGUI
class for a basic Tkinter-based GUI.text widget.
autogpt_gui.py
Add basic Tkinter-based GUI for Auto-GPT
autogpt_gui.py
AutoGPTGUI
class for a basic Tkinter-based GUI.text widget.
agent.py
Add basic Tkinter-based GUI for Auto-GPT
agent.py
AutoGPTGUI
class for a basic Tkinter-based GUI.text widget.
block.py
Add `TRAINING` category to `BlockCategory` enum
rnd/autogpt_server/autogpt_server/data/block.py
TRAINING
category toBlockCategory
enum.flutter_window.cpp
Ensure frame pending for window display with `ForceRedraw`
frontend/windows/runner/flutter_window.cpp
ForceRedraw
to ensure a frame is pending for windowdisplay.
1 files
agent_message_tile_test.dart
Update `AgentMessageTile` widget test with named parameters
frontend/test/agent_message_tile_test.dart
show
keyword.AgentMessageTile
widget test to include named parameters.3 files
python-package.yml
Add GitHub Actions workflow for Python package
.github/workflows/python-package.yml
linting, and running tests.
CMakeLists.txt
Set fallback configurations for older Flutter tool versions
frontend/windows/flutter/CMakeLists.txt
launch.json
Add new debugging configuration
rnd/autogpt_builder/.vscode/launch.json
1 files
Widgets.ipynb
...
Widgets.ipynb
...