File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ def print_banner():
63
63
print ("" )
64
64
print ("Find your OpenAI API key at https://platform.openai.com/account/api-keys" )
65
65
print ("" )
66
- print_color ("I'm looking for exciting MLE opportunities! Find out more https://ricklamers.io/about" , color = "green" )
67
- print_color ("" )
68
66
print_color ("Contribute to GPT-Code UI at https://github.com/ricklamers/gpt-code-ui" )
69
67
70
68
def main ():
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'gpt_code_ui' ,
10
- version = '0.42.31 ' ,
10
+ version = '0.42.32 ' ,
11
11
description = "An Open Source version of ChatGPT Code Interpreter" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = 'text/markdown' , # This field specifies the format of the `long_description`.
You can’t perform that action at this time.
0 commit comments