kenken999 commited on
Commit
ff47fc9
1 Parent(s): de235e2
controllers/ai/prompt CHANGED
@@ -1 +1 @@
1
- HTMLのサンプルを作成して
 
1
+ HTMLのサンプルを作成してtesttest
controllers/prompt ADDED
@@ -0,0 +1 @@
 
 
1
+ test
controllers/prompt.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ seleniumで
2
+
3
+ kinkaimasu.jpのサイト情報を取得して
4
+
5
+ 金の情報を抜き出し、CSVに登録
controllers/sssssssss/prompt ADDED
@@ -0,0 +1 @@
 
 
1
+ test
controllers/sssssssss/prompt.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ seleniumで
2
+
3
+ kinkaimasu.jpのサイト情報を取得して
4
+
5
+ 金の情報を抜き出し、CSVに登録
gpt-engineer/Makefile CHANGED
@@ -32,7 +32,7 @@ install: poetry-install
32
  #Defines a target named poetry-install. This target will install the project dependencies using Poetry.
33
  poetry-install:
34
  @echo -e "$(COLOR_CYAN)Installing project with Poetry...$(COLOR_RESET)" && \
35
- poetry install
36
 
37
  #Defines a target named install-pre-commit. This target will install the pre-commit hooks.
38
  install-pre-commit:
 
32
  #Defines a target named poetry-install. This target will install the project dependencies using Poetry.
33
  poetry-install:
34
  @echo -e "$(COLOR_CYAN)Installing project with Poetry...$(COLOR_RESET)" && \
35
+ pip install poetry && poetry install
36
 
37
  #Defines a target named install-pre-commit. This target will install the pre-commit hooks.
38
  install-pre-commit:
workspace/test_file.txt ADDED
File without changes