-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from jay-m-dev/NickGPTBranch
Nick gpt branch
- Loading branch information
Showing
4 changed files
with
170 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
The following table shows some examples of chat. Please submit the chats and check the response from the large language model. | ||
|
||
| | Chat examples | | ||
| --- | --------------------------------------------------------------------------------------------------------- | | ||
| 1 | "Drop first column and save it as new_df.csv." | | ||
| 2 | "Plot sepal-width, petal-length in the x and y axis with color, and save it as a jpg." | | ||
| 3 | "Please read nonexist.csv file." | | ||
| 4 | Plot sepal-width, petal-length, and petal-width in the x, y, and z axis with color, and save it as a jpg. | | ||
| | Chat examples | | ||
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| 1 | "Remove the first column from the dataset and save the resulting dataframe as 'new_df.csv" | | ||
| 2 | "Create a scatter plot with sepal width on the x-axis and petal length on the y-axis, using color to differentiate between data points. Save the plot as a JPEG file." | | ||
| 3 | "Attempt to read the file 'nonexist.csv' and handle any resulting errors appropriately." | | ||
| 4 | "Create a 3D scatter plot with sepal width, petal length, and petal width on the x, y, and z axes, respectively. Use color to differentiate between data points and save the plot as a JPEG file." | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.