Skip to content

Commit 6e2aa7a

Browse files
authored
Update README.md
1 parent 00fa404 commit 6e2aa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logparser/DivLog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rm -r results
3535

3636
#### Attention:
3737

38-
OpenAI has [shut down](https://platform.openai.com/docs/deprecations/2023-07-06-gpt-and-embeddings) the *Text Completion API* for the GPT-3 model series (`ada`,`babbage`,`curie`,`davinci`) as of January 4th, 2024. We recommend you to use other *base models* (rather than *instruct models*) for replicate DivLog since the instruction alignment may affect the ICL capability. In addition, if you wish to use DivLog as a baseline for log parsing comparison, we suggest to use the *same* model as your own method since DivLog framework is *decoupled* with the model backbone.
38+
OpenAI has [shut down](https://platform.openai.com/docs/deprecations/2023-07-06-gpt-and-embeddings) the *Text Completion API* for the GPT-3 model series (`ada`,`babbage`,`curie`,`davinci`) as of January 4th, 2024. We recommend you to use other *base models* (rather than *instruct models*) for replication of DivLog since the instruction alignment may affect the ICL capability. In addition, if you wish to use DivLog as a baseline for log parsing comparison, we suggest to use the *same* model as your own method since DivLog framework is *decoupled* with the model backbone.
3939

4040
However, if you wish to apply the DivLog framework on other OpenAI *Chat Completion APIs* (which are instruct models) and re-run all the results, you may need to modify the API request in `BatchParse` of `DivLog.py`. Specifically, you need to replace the original API request design for GPT-3 models with the latest Chat Completion API:
4141

0 commit comments

Comments
 (0)